home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / imdmonitor.z / imdmonitor
Text File  |  1998-10-20  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. IIIIMMMMDDDDMMMMOOOONNNNIIIITTTTOOOORRRR((((1111MMMM))))                                                  IIIIMMMMDDDDMMMMOOOONNNNIIIITTTTOOOORRRR((((1111MMMM))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      imdmonitor - daemon that monitors filesystems and launches alerts
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ////uuuussssrrrr////ssssbbbbiiiinnnn////iiiimmmmddddmmmmoooonnnniiiittttoooorrrr
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      _i_m_d_m_o_n_i_t_o_r runs in the background and monitors available space on mounted
  16.      filesystems and requests for message alerts from the _s_y_s_m_o_n(_1_M) facility.
  17.      When it detects a condition requiring a graphical alert notifier, it uses
  18.      _f_o_r_k(_2) to launch a new process to post the notifier.  The
  19.      /_u_s_r/_l_i_b/_s_y_s_m_o_n/_e_r_r_h_o_o_k program posts the notifier.
  20.  
  21.      _i_m_d_m_o_n_i_t_o_r is launched at login from the /_v_a_r/_X_1_1/_x_d_m/_X_s_e_s_s_i_o_n._d_t script.
  22.      It is not intended to be run directly by end users.  It establishes a
  23.      connection to the X server, and exits automatically when that connection
  24.      is closed (typically when the desktop user logs out).
  25.  
  26.      Default filesystem monitoring is to notify when any mounted, writable
  27.      filesystem becomes more than 95% full.  _i_m_d_m_o_n_i_t_o_r will notify a second
  28.      time when half the remaining space has been used and will notify a third
  29.      time when all the space is used.
  30.  
  31.      The monitoring configuration can be changed with the "Set Space
  32.      Monitoring" task, available in the system manager from the "Files and
  33.      Data" section.  The system manager can be launched from the toolchest
  34.      (System > System Manager).
  35.  
  36.  
  37. FFFFIIIILLLLEEEESSSS
  38.      $HOME/.desktophost/<hostname>/fsNotifyConfig
  39.      /var/adm/sysmon.msg
  40.      /etc/mtab
  41.  
  42.  
  43.      The _i_m_d_m_o_n_i_t_o_r program uses _f_a_m(_3_X) to watch three files and reacts when
  44.      they change.  The file $_H_O_M_E/._d_e_s_k_t_o_p_h_o_s_t/<_h_o_s_t_n_a_m_e>/_f_s_N_o_t_i_f_y_C_o_n_f_i_g
  45.      defines the percentage full for each filesystem the user wants monitored.
  46.      The "Set Space Monitoring" task records the user's preferences to this
  47.      file.  When this file changes, _i_m_d_m_o_n_i_t_o_r updates its internal monitoring
  48.      levels.
  49.  
  50.  
  51.      The file /_v_a_r/_a_d_m/_s_y_s_m_o_n._m_s_g contains the latest system alert message
  52.      generated by _s_y_s_m_o_n.  When this file changes, _i_m_d_m_o_n_i_t_o_r posts the file's
  53.      contents in an error dialog.
  54.  
  55.  
  56.      The file /_e_t_c/_m_t_a_b contains the list of filesystems to monitor.  When
  57.      this file changes, _i_m_d_m_o_n_i_t_o_r stop monitoring filesystems no longer in
  58.      the list and begins monitoring new filesystems that were added to the
  59.      list.
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. IIIIMMMMDDDDMMMMOOOONNNNIIIITTTTOOOORRRR((((1111MMMM))))                                                  IIIIMMMMDDDDMMMMOOOONNNNIIIITTTTOOOORRRR((((1111MMMM))))
  71.  
  72.  
  73.  
  74.      For information about the entire IRIX Interactive Desktop environment,
  75.      see the _I_I_D(_1) man page.
  76.  
  77.  
  78. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  79.      sysmon(1M), xserver(1), IID(1), fork(2), fam(3X)
  80.  
  81.  
  82. NNNNOOOOTTTTEEEESSSS
  83.      To see notification dialogs, the user must make sure that system alerts
  84.      are enabled (Desktop > Customize > System Alerts).
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.